home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
mac
/
Chapter Tutorials
/
ch07.Authoring
/
CommandDemos
/
GoToNetPage.dir
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-22
|
273 b
|
11 lines
on mouseUp
global gNetFlag
set the itemDelimiter to ","
if the number of items in field "argument" >= 2 then
GoToNetPage(item 1 of field "argument", item 2 of field "argument")
else
GoToNetPage(the text of field "argument")
end if
set gNetFlag to 1
end